RDKCOM-5524: Testing, not to merge#268
RDKCOM-5524: Testing, not to merge#268Sukanya673 merged 2 commits intordkcentral:feature/RDKCOM-5524from
Conversation
There was a problem hiding this comment.
Pull request overview
This PR appears to be a workflow-validation change (per title “Testing, not to merge”) tied to https://github.com/rdkcentral/sample-gitflow/issues/43, and it introduces a new placeholder text file into the repository.
Changes:
- Add a new
test.txtfile with a single comment line intended for contribution/workflow testing.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1 @@ | |||
| #Test file to check contribution workflow | |||
There was a problem hiding this comment.
PR title indicates this is only for testing (“not to merge”), but this commit adds a new root-level test.txt file to the repository. If this is truly a workflow test, please mark the PR as Draft/close it and/or remove this file before merging to avoid introducing non-product artifacts into the main branch.
| @@ -0,0 +1 @@ | |||
| #Test file to check contribution workflow | |||
There was a problem hiding this comment.
If this file is meant to validate the contribution workflow, consider removing it after validation or moving it under an appropriate directory (e.g., .github/ for workflow docs or test/ if it’s part of test assets). Keeping a generic test.txt at repo root can create long-term noise and confusion.
| #Test file to check contribution workflow | |
| # Documentation note for contribution workflow validation | |
| # This file was originally used to verify the contribution workflow. | |
| # If you are maintaining this repository: | |
| # - Move any long-term workflow docs into `.github/` (e.g., `.github/CONTRIBUTING.md`), or | |
| # - Move any test assets into an appropriate `test/` directory, and | |
| # - Remove this file once it is no longer needed as a placeholder. |
https://github.com/rdkcentral/sample-gitflow/issues/43